Skip to content

[Identity] Rename use_token_proxy - #44147

Merged
pvaneck merged 1 commit into
Azure:mainfrom
pvaneck:identity-rename-proxy-kwarg
Dec 3, 2025
Merged

[Identity] Rename use_token_proxy#44147
pvaneck merged 1 commit into
Azure:mainfrom
pvaneck:identity-rename-proxy-kwarg

Conversation

@pvaneck

@pvaneck pvaneck commented Nov 22, 2025

Copy link
Copy Markdown
Member

Closes: #44135

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR renames the use_token_proxy keyword argument to enable_azure_proxy in the WorkloadIdentityCredential class to better reflect its purpose. This is a breaking change that only affects code written against beta version 1.26.0b1, as clearly documented in the CHANGELOG.

  • Renamed parameter from use_token_proxy to enable_azure_proxy in both sync and async implementations
  • Updated all test cases and test documentation to reflect the new parameter name
  • Added comprehensive CHANGELOG entry documenting the breaking change with appropriate scope limitation

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
sdk/identity/azure-identity/azure/identity/_credentials/workload_identity.py Updated sync implementation to use enable_azure_proxy parameter
sdk/identity/azure-identity/azure/identity/aio/_credentials/workload_identity.py Updated async implementation to use enable_azure_proxy parameter
sdk/identity/azure-identity/tests/test_workload_identity_credential.py Updated all sync test method names, docstrings, and parameter usage to reference enable_azure_proxy
sdk/identity/azure-identity/tests/test_workload_identity_credential_async.py Updated all async test method names, docstrings, and parameter usage to reference enable_azure_proxy
sdk/identity/azure-identity/CHANGELOG.md Added breaking change entry documenting the parameter rename with appropriate version scope clarification

@github-project-automation github-project-automation Bot moved this from Untriaged to In Progress in Azure Identity SDK Improvements Dec 3, 2025
@pvaneck

pvaneck commented Dec 3, 2025

Copy link
Copy Markdown
Member Author

/check-enforcer override

@pvaneck
pvaneck merged commit 06a83c8 into Azure:main Dec 3, 2025
35 of 36 checks passed
@pvaneck
pvaneck deleted the identity-rename-proxy-kwarg branch December 3, 2025 00:33
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Azure Identity SDK Improvements Dec 3, 2025
Copilot AI mentioned this pull request Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

Align WorkloadIdentityCredential proxy option name

3 participants